home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PRINTING / PRTFIL10 / READ.ME < prev    next >
Text File  |  1994-06-01  |  3KB  |  75 lines

  1. FORM PRINTER & PRINTFILTER
  2. --------------------------
  3.  
  4. In this archive you will find a Generic Form printing object written for
  5. TP7/BP7. All source code is provided in the arvhive called SOURCE.
  6.  
  7. The printer definitions for the printing object are plain ASCII files
  8. in the same style as Microsoft(R) .INI files. An object to add such
  9. files to your programs is also provided.
  10.  
  11. All the units make use of several routines out of TOOLKIT.PAS which
  12. is what i call "My little toolbox". This is an extensive (& ever expanding)
  13. collection of handy functions & procedures. They are not fully documented,
  14. but you can still have a look at them if you're interested as most 
  15. of the functions are pretty straightforward. Several functions in
  16. the Toolbox are external functions. The complete ASM source for these
  17. externals is provided, as wel as a .OBJ file for those without Assembler.
  18.  
  19. In this archive you will also fin a program called PRNFLTR.PAS. This is
  20. a replacement Print Filter for the Borland IDE. I'm using this filter
  21. at my work, because i got annoyed with the Borland filter.
  22.  
  23.  
  24. The executable provided has been tested with a DeskJet 520 & a LaserJet IIIP.
  25. It should work properly, but there's alwas another bug, as you know.
  26.  
  27.  
  28. IMPORTANT
  29. ---------
  30. All included units and programs are fully documented (except for 
  31. TOOLKIT.PAS). This documentation can be found in the Source Code itself.
  32.  
  33. At the start of every .PAS file you will find a complete explanation
  34. of the usage of the unit/program.
  35.  
  36.  
  37. PUBLIC DOMAIN
  38. -------------
  39. All this code is donated to the public domain. Do with it whatever
  40. you like. One question though! I would really appreciate it if
  41. you send me a postcard or EMail if you like the code or make use
  42. of it. I don't force anyone to this, it's just fun.
  43.  
  44.  
  45. .TPU files suck!!
  46. -----------------
  47. For all you programmers out there: If you want to distribute your
  48. programs to the world include .PAS files because TPU file are
  49. totally useless when you switch compilers.
  50.  
  51. If you're ashamed of your source code, then why distribute the TPU.
  52. If you don't want to share your code, then you're selfish.
  53. If you want to make money, then distribute a finished program, not TPU's
  54.  
  55. Sorry for being a bit facetious, but I just hate it that when a new
  56. compiler is issued, that i lose all the functionality of TPU's.
  57. And with BP8.0 in the pipeline, i wouldn't want to get caught out.
  58.  
  59.  
  60.              Written by Fran Moerel & donated to the public domain.
  61.  
  62. If you have any problems or suggestions please contact me
  63. on:  (I LOVE POSTCARDS)
  64.  
  65.      BBS Source Paradise +31-15-621077
  66.      FidoNet             2:281/912
  67.      PascalNet           115:3113/0
  68.      Internet            moerel@nni.nl
  69.      SnailMail           Fran Moerel
  70.                          Diepenbrockstraat 210
  71.                          2623XB DELFT
  72.                          The Netherlands
  73.  
  74.  
  75.